home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2380 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.5 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Easiest Way To Open A Screen For Drawing To.
  5. Date: 30 Jan 1996 16:19:35 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4elgen$6ds@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4e783a$93p@sol.ccs.deakin.edu.au> <4e83md$pd7@btmpjg.god.bel.alcatel.be> <4e9j5s$ron@sunsystem5.informatik.tu-muenchen.de> <4eieki$oeb@btmpjg.god.bel.alcatel.be>
  10. NNTP-Posting-Host: hphalle7g.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle7g.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <4eieki$oeb@btmpjg.god.bel.alcatel.be>, barnhoorn@nlev00 () writes:
  15. |> Organization: Alcatel Bell
  16. |> Lines: 19
  17. |> Distribution: world
  18. |> Message-ID: <4eieki$oeb@btmpjg.god.bel.alcatel.be>
  19. |> References: <4e783a$93p@sol.ccs.deakin.edu.au> <4e83md$pd7@btmpjg.god.bel.alcatel.be> <4e9j5s$ron@sunsystem5.informatik.tu-muenchen.de>
  20. |> Reply-To: barnhoorn@nlev00 ()
  21. |> NNTP-Posting-Host: nles96.ats.nld.alcatel.nl
  22. |> X-Newsreader: mxrn 6.18-10
  23. |> 
  24. |> 
  25. |> In article <4e9j5s$ron@sunsystem5.informatik.tu-muenchen.de>, fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer) writes:
  26. |> |> barnhoorn@nlev00 wrote:
  27. |> |> 
  28. |> |> : In article <4e783a$93p@sol.ccs.deakin.edu.au>, podge@deakin.edu.au (AARON SEAN BROWNE) writes:
  29. |> |> : |>     Just wondering what the easiest way to open a screen for drawing to is
  30. |> |> : |> .. Do I always have to open a custom bitmap and set up rasters and stuff..
  31. |> |> 
  32. |> |> : Just open a screen and then a simplerefresh-window on this screen.
  33. |> |> : That will do fine.
  34. |> |> mhm why open a window. Blitting to a rastport of a
  35. |> |> windowless screen is imho fastest method (except direct render).
  36. |> 
  37. |> True, but when you open a window on it first, your drawings are
  38. |> clipped automatically, which is a big advantage when you are going to
  39.  
  40. well, what is "drawing" ? imho doing gfx-functions on a rastport.
  41. a screen also got a rastport, so IMHO it's clipped.
  42.  
  43. Maybe drawing to a window is not slower if it isn't overlapped by
  44. another one/ But afaik it works also with screen only.
  45.  
  46. |> draw outside your bitmap's borders. Another advantage is that you can
  47. |> wait for Intuition-IDCMP messages in that window.
  48.  
  49. yes, agree.
  50.  
  51. If you only need 1 window, don't forget to make it simple refresh,
  52. else you'd waste mem for nothing.
  53.  
  54. |> 
  55. |> Jaco.
  56. ------------------------------------------------------------------------
  57.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  58.